-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Remove Nimbus(Reactive)OpaqueTokenIntrospector #17326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Remove Nimbus(Reactive)OpaqueTokenIntrospector #17326
Conversation
e361536
to
e1a21c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @ngocnhan-tran1996 for the PR! I've left my feedback inline.
@@ -963,14 +965,29 @@ private void mockWebServer(String response) { | |||
.setBody(response)); | |||
} | |||
|
|||
private void mockRestOperations(String response) { | |||
private void mockJwksRestOperations(String response) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you able to place this change in a separate commit? In this way, the deprecation commit only contains the changes needed for deprecation to happen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your feedback. I've updated it
e1a21c5
to
bbb3f82
Compare
Signed-off-by: Tran Ngoc Nhan <[email protected]>
Signed-off-by: Tran Ngoc Nhan <[email protected]>
bbb3f82
to
2d83821
Compare
Closes gh-17302